home *** CD-ROM | disk | FTP | other *** search
/ Pascal Super Library / Pascal Super Library (CW International)(1997).bin / PRINTING / PRTFIL10 / HPDJ.FMP < prev    next >
Text File  |  1994-06-01  |  489b  |  36 lines

  1. ;
  2. ; HP DeskJet printer definition - Tested in DeskJet 520
  3. ;
  4.  
  5. ;
  6. ; Printer port
  7. ; Change to file name for printing to file
  8. ;
  9. [Printer]
  10. Port=LPT1
  11.  
  12. ; Paper Size & margins
  13. ;
  14. [PrintSize]
  15. PageLength=64
  16. PageWidth=94
  17. MarginLeft=4
  18. MarginRight=2
  19. MarginTop=2
  20. MarginBottom=1
  21.  
  22. ;
  23. ; Printer control codes
  24. ;
  25. [PrintCode]
  26. Normal=ESC,"(s0s0B"
  27. Italic=ESC,"(s1s0B"
  28. Bold=ESC,"(s0s3B"
  29. BoldItalic=ESC,"(s1s3B"
  30. FF=#12
  31. LF=#10
  32. CR=#13
  33. Init=ESC,"(10U",ESC,"(s0p12h10v0s0b3T"
  34. Done=
  35.